home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set spnum to the clickOn
- puppetSprite(spnum, 1)
- set the castNum of sprite spnum to the number of cast "ZOOM_D"
- updateStage()
- repeat while the stillDown
- updateStage()
- end repeat
- puppetSprite(spnum, 0)
- end
-
- on mouseUp
- go("bnext")
- end
-